RequestStage

enum RequestStage : Enum<RequestStage>

Stages of the request to handle. Request will intercept before the request is sent. Response will intercept after the response is received (but before response body is received.

Entries

REQUEST
Link copied to clipboard
RESPONSE
Link copied to clipboard

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int

Sources

jvm source
Link copied to clipboard